home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / bsen / BSinstall.exe / BecheruvSen.exe / scripts / DefineButton2_2446 / BUTTONCONDACTION on(release).as next >
Text File  |  2002-11-01  |  327b  |  17 lines

  1. on(release){
  2.    _root.stopdragall();
  3.    if(_root.ii33 == 0)
  4.    {
  5.       _root.ii33 = 1;
  6.       _root.hideall();
  7.       _root.d_kuchar.i = "lahevempty";
  8.    }
  9.    else
  10.    {
  11.       _root.itembar_add(33);
  12.       _root.ii33 = 2;
  13.       _root.but_lahevempty._visible = false;
  14.       _root.lahevempty._visible = false;
  15.    }
  16. }
  17.